home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Sound / DelfMPEG / src / CHANGES next >
Text File  |  2000-05-16  |  3KB  |  67 lines

  1. DelfMPEG CHANGES
  2.  
  3.  
  4. 0.4 (Tue 16-May-2000)
  5.     -mp3 decoder:
  6.       -significant speedup!
  7.        (synthesis, hybrid filter and huffman routines optimized)
  8.       -bit reservoir handling (performed by the 68K CPU) is now done after
  9.        calling the DSP decoding routine. this reduces latency time of the
  10.        interrrupt server, indirectly resulting in another little speedup.
  11.     -mp2 decoder:
  12.       -speedup (synthesis routine optimized)
  13.     -file reader:
  14.       -bugfix: SHOWTAG option caused problems for files with ID3v2 tag
  15.       -better sanity check (frame headers) and error report
  16.       -resync feature and STRICT/S option added
  17.       -Xing VBR header recognition added (info for Variable BitRate files)
  18.     -DACRATE/K/N option added
  19.     -VOLUME/K/N option added
  20.  
  21.  
  22. 0.3 (Sun 09-Apr-2000)
  23.     -mp3 decoder implemented:
  24.       -yes, finally it's here!
  25.        hello to the people who said this would be impossible. ;)
  26.        thanks to all who supported me with their ideas and source codes.
  27.       -INTENSITY STEREO decoding is not implemented yet...
  28.     -mp2 decoder improved:
  29.       -subband synthesis routine optimized
  30.        (slightly faster and shorter code, using more internal P-memory)
  31.       -using more internal L-memory for a little speedup
  32.       -fixed the "low-bitrate streams sounded really strange" bug
  33.       -playback quality slightly improved
  34.        (fixed the little known "intermediate ZERO-bitalloc" bug, which
  35.        could have resulted in some (hardly audible) distortions)
  36.     -MPEG file reader improved:
  37.       -FRAMEBUF/K/N and ASYNCBUF/K/N options added
  38.        (user controls for allocation of buffer memory)
  39.       -read error detection added (eg. unexpected end of file)
  40.       -ID3v2 tag recognition added (for now they are simply skipped)
  41.     -DECODER_BUSY detection added (prevent DSP overload)
  42.     -fast forward (Ctrl-F) feature and FFSKIP/K/N option added
  43.     -position timer output and NOTIMER/S option added
  44.     -MONO/S option added (force mono decoding - significant speedup)
  45.  
  46.  
  47. 0.2 (Wed 27-Oct-1999)
  48.     -MPEG file reader improved:
  49.       -detect MPEG1 sync word only (reject MPEG2 and MPEG2.5 files)
  50.       -check frameheader changes (layer and sampling freq must be constant)
  51.       -play already buffered data in case of read error (force EOF)
  52.     -unsupported files (i.e. other than layer II) are skipped
  53.     -NOPLAY/S doesn't open delfina.library (it's not required for this)
  54.     -SHOWTAG/S feature added (display ID3v1 tag before playing)
  55.     -NOFASTL/S and NOFASTP/S options added
  56.      (user controls for allocation of the FAST internal DSP memory;
  57.      the nasty deadlocks/crashes with AHI disappear when using NOFASTP!!)
  58.     -changed license terms to GNU General Public License
  59.  
  60.  
  61. 0.1 (Fri 15-Oct-1999) RELEASE
  62.     -mp2 decoder: little speedup (using more internal DSP memory)
  63.     -mp2 decoder: fixed mono bug
  64.  
  65.  
  66. 0.1 (Thu 07-Oct-1999) BETA_1
  67.